-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Deprecate dash table, add dash[ag-grid] extra requirement #3482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
KoolADE85
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good here. 💃
dash/development/base_component.py
Outdated
| "dash_table": { | ||
| "DataTable": textwrap.dedent( | ||
| """ | ||
| The dash_table.DataTable will be removed from the builtin dash components in Dash 4.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be Dash 5.0 now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope so - not much of a notice period if Dash 4 is released soon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it should be Dash 5.0.
|
What is the alternative to using dash table? I am currently using it in a project and would like to know what to replace it with if it gets deprecated |
|
Here's the info from the dash 3.3.0 Release Announcement.. Deprecation of Dash TableWe’re deprecating Dash Table from the core Dash API, and it will be removed from the core API of Dash starting with Dash 5.0. We expect Dash 5.0 sometime in 2026 following Dash 4.0, so while there’s a good window before removal, you may consider changing your imports or moving off of Dash Table. If you’re using Dash Table today, we’d encourage migrating to Dash Ag Grid which has more functionality and is better supported. You can get started with pip install “dash[ag-grid]”, a new shortcut for installation available in Dash 3.3.0. You can also consult the Dash Ag Grid documentation. |
Resolve #3436
dash.dash_table.DataTableusage.dash[ag-grid]extra requirement.